projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f6b041
)
(normal-top-level-add-subdirs-to-load-path):
author
Richard M. Stallman
<rms@gnu.org>
Thu, 26 Mar 1998 04:26:27 +0000
(
04:26
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 26 Mar 1998 04:26:27 +0000
(
04:26
+0000)
Reverse order of subdirs to add. Don't duplicate the parent dir.
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 920fe7173777f805931d53acec4e66801522ed13..1f5c63d6993539c0154e5e0f6613b3e4982d4853 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-351,7
+351,7
@@
from being initialized."
(setq pending (nconc pending
(list (expand-file-name (car contents)))))))
(setq contents (cdr contents)))))
- (normal-top-level-add-to-load-path
dirs
)))
+ (normal-top-level-add-to-load-path
(cdr (nreverse dirs))
)))
;; This function is called from the subdirs.el file.
(defun normal-top-level-add-to-load-path (dirs)